Skip to main content

Find Children

Retrieves a collection of children UI elements according to a specified scope and filter criteria.

Options

  • Element: Use the UIElement variable returned by another activity.This property cannot be used alongside the Selector property. This field supports only UIElement variables.
    • Type: ArenaRobotics.Domain.Entities.UIElement
    • Required
  • Selector: Text Property used to find a particular UI element when the activity is executed. It is actually a XML fragment specifying attributes of the GUI element you are looking for and of some of its parents.
    • Type: System.String
    • Required
  • Scope: Enables you to set the scope of the UI elements in the collection. The following options are available: children, descendants, top level, process, thread.
    • Type: System.Int32
    • Dropdown Options:
      • Children
      • Descendants

Output

  • Children: All UI children found according to the filter and scope set.
    • Type: System.Collections.Generic.IEnumerable<ArenaRobotics.Domain.Entities.UIElement>